flowbox: Avoid a crash in measure()
authorMatthias Clasen <mclasen@redhat.com>
Thu, 14 May 2020 00:32:30 +0000 (20:32 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 14 May 2020 01:47:11 +0000 (21:47 -0400)
commit33011ccdff4a0167de1d1fe415819736cf97875f
tree1a6cc7cece92c976f2a332c2bbac191825459cfc
parent7915e998e2459eee04f0fc52d018183d26c2a4d2
flowbox: Avoid a crash in measure()

When the children request a height of zero, the
flowbox measure() function was happily dividing
by that zero, leading to badness.
gtk/gtkflowbox.c